Math Genius Quiz Game - Setup Guide

Thank you for purchasing the source code for Math Genius Quiz Game! This guide will help you set up the project in Android Studio and customize it for your use.

Requirements

Setup Instructions

  1. Download and Install Android Studio:

    If you don’t already have Android Studio installed, download it from the official website:

    https://developer.android.com/studio

  2. Open the Project:
    1. Extract the source code ZIP file to a folder on your computer.
    2. Launch Android Studio and click on File > Open.
    3. Navigate to the folder where you extracted the source code and select the project.
  3. Sync Gradle Files:
    1. Once the project is loaded, Android Studio will automatically prompt you to sync the Gradle files. Click on Sync Now.
    2. Ensure you have an active internet connection for downloading the necessary dependencies.
  4. Configure SDK and Dependencies:
    1. Go to File > Project Structure and ensure the SDK version matches your system setup.
    2. Install any missing SDK components if prompted.
  5. Customize the App:
    • Update the app name, logo, and other assets in the res folder.
    • Change package names by following these steps:
      1. Right-click on the package name in the java folder (e.g., com.example.mathquiz).
      2. Select Refactor > Rename.
      3. Replace the package name with your desired name and update references automatically.
  6. Generate a Signed APK:
    1. Go to Build > Generate Signed Bundle / APK.
    2. Follow the wizard to create a keystore and sign your APK.
    3. Once completed, your APK will be ready for publishing to the Google Play Store or distribution.

Additional Notes

Support

If you encounter any issues or need assistance with the setup, feel free to contact us:

We hope you enjoy working with the Math Genius Quiz Game source code. Thank you for your purchase!